Trivial cleanup
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 19:08:53 +0000 (14:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 19:52:21 +0000 (14:52 -0500)
gtk/gtkmenubar.c

index 24872af2616deda35296344413b4851532a35490..cf84de837995d99ca1b0d18eb3436d4d9791fbc5 100644 (file)
@@ -494,9 +494,9 @@ gtk_menu_bar_size_allocate (GtkWidget     *widget,
       remaining_space.x = (border_width + border.left);
       remaining_space.y = (border_width + border.top);
       remaining_space.width = allocation->width -
-        2 * (border_width) - border.left - border.right;
+        2 * border_width - border.left - border.right;
       remaining_space.height = allocation->height -
-        2 * (border_width) - border.top - border.bottom;
+        2 * border_width - border.top - border.bottom;
 
       if (get_shadow_type (menu_bar) != GTK_SHADOW_NONE)
        {